home *** CD-ROM | disk | FTP | other *** search
/ The Dream Of Mars / The Dream of Mars.iso / Labo.dxr / 00112.ls < prev    next >
Encoding:
Text File  |  1997-01-07  |  137 b   |  9 lines

  1. on mouseUp
  2.   global myCD
  3.   if soundBusy(3) then
  4.     sound stop 3
  5.   else
  6.     sound playFile 3, myCD & "\sounds\vox\voc9.wav"
  7.   end if
  8. end
  9.